Direction
A direction indicates whether a given Progress-flow created with SyncSession.progressAsFlow is reporting changes when either uploading or downloading data.
Entries
UPLOAD
Link copied to clipboard
UPLOAD()
Content copied to clipboard
Used to pass to SyncSession.progressAsFlow to create a flow that reports Progress when uploading data from the device to the server.
DOWNLOAD
Link copied to clipboard
DOWNLOAD()
Content copied to clipboard
Used to pass to SyncSession.progressAsFlow to create a flow that reports Progress when downloading data from the server.